[INFO] cloning repository https://github.com/Cryap/cryap
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Cryap/cryap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCryap%2Fcryap", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCryap%2Fcryap'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f612645fe0e3531210bf34c1d6691fd9e0cb34a6
[INFO] fixing Cryap/cryap against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCryap%2Fcryap" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Cryap/cryap
[INFO] finished tweaking git repo https://github.com/Cryap/cryap
[INFO] tweaked toml for git repo https://github.com/Cryap/cryap written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Cryap/cryap on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Cryap/cryap already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6590b517059a60f874bbd884d8abec5501c0645db542d8d162c158ab3137785f
[INFO] running `Command { std: "docker" "start" "6590b517059a60f874bbd884d8abec5501c0645db542d8d162c158ab3137785f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6590b517059a60f874bbd884d8abec5501c0645db542d8d162c158ab3137785f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6590b517059a60f874bbd884d8abec5501c0645db542d8d162c158ab3137785f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6590b517059a60f874bbd884d8abec5501c0645db542d8d162c158ab3137785f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/ap/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/db/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/web/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/api/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rpc/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling serde_json v1.0.115
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling cc v1.0.94
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking stringprep v0.1.4
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]    Compiling pq-sys v0.4.8
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking postgres-protocol v0.6.6
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking postgres-types v0.2.6
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling multer v2.1.0
[INFO] [stderr]     Checking whoami v1.5.1
[INFO] [stderr]     Checking retain_mut v0.1.9
[INFO] [stderr]     Checking deadpool-runtime v0.1.3
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking headers-core v0.2.0
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]     Checking scoped-futures v0.1.3
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking headers v0.3.9
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]     Checking sha1_smol v1.0.0
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking event-listener v5.3.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking raw-cpuid v11.0.1
[INFO] [stderr]    Compiling diesel_async_migrations_macros v0.11.0 (https://github.com/niroco/diesel_async_migrations#6e477766)
[INFO] [stderr]     Checking task-local-extensions v0.1.4
[INFO] [stderr]    Compiling moka v0.12.6
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]     Checking base-encode v0.3.1
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking quanta v0.12.3
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]    Compiling enum_delegate_lib v0.2.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]     Checking http-signature-normalization v0.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling diesel_derives v2.1.3
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]    Compiling axum-macros v0.3.8
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling chrono-tz-build v0.2.1
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]    Compiling pest v2.7.9
[INFO] [stderr]    Compiling diesel-derive-enum v2.1.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling diesel-derive-newtype v2.1.1
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]     Checking either v1.11.0
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]     Checking triomphe v0.1.11
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]    Compiling pest_meta v2.7.9
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking globset v0.4.14
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking deadpool v0.9.5
[INFO] [stderr]     Checking tokio-retry v0.3.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking tokio-postgres v0.7.10
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking chrono v0.4.37
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tungstenite v0.20.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking svix-ksuid v0.8.0
[INFO] [stderr]     Checking activitystreams-kinds v0.3.0
[INFO] [stderr]    Compiling chrono-tz v0.8.6
[INFO] [stderr]    Compiling serde_with_macros v3.7.0
[INFO] [stderr]     Checking derive_builder v0.12.0
[INFO] [stderr]    Compiling enum_delegate v0.2.0
[INFO] [stderr]     Checking tokio-tungstenite v0.20.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]    Compiling cookie v0.17.0
[INFO] [stderr]     Checking ignore v0.4.22
[INFO] [stderr]    Compiling pest_generator v2.7.9
[INFO] [stderr]     Checking diesel v2.1.5
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking serde_with v3.7.0
[INFO] [stderr]     Checking unic-ucd-segment v0.9.0
[INFO] [stderr]     Checking deunicode v1.4.4
[INFO] [stderr]    Compiling rle-decode-fast v1.0.3
[INFO] [stderr]     Checking unic-segment v0.9.0
[INFO] [stderr]    Compiling libflate_lz77 v1.2.0
[INFO] [stderr]     Checking slug v0.1.5
[INFO] [stderr]    Compiling pest_derive v2.7.9
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking globwalk v0.8.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]     Checking serde_html_form v0.2.6
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]     Checking utf8-width v0.1.7
[INFO] [stderr]     Checking html-escape v0.2.13
[INFO] [stderr]    Compiling libflate v1.4.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]     Checking async-stream v0.3.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking tokio-stream v0.1.15
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]    Compiling include-flate-codegen v0.1.4
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]    Compiling rust-embed-utils v8.3.0
[INFO] [stderr]     Checking include-flate-codegen-exports v0.1.4
[INFO] [stderr]    Compiling shellexpand v3.1.0
[INFO] [stderr]     Checking toml_datetime v0.6.6
[INFO] [stderr]     Checking serde_spanned v0.6.6
[INFO] [stderr]     Checking hyper-util v0.1.3
[INFO] [stderr]     Checking winnow v0.6.6
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking anstyle v1.0.6
[INFO] [stderr]     Checking include-flate v0.2.0
[INFO] [stderr]    Compiling rust-embed-impl v8.3.0
[INFO] [stderr]     Checking redis v0.25.3
[INFO] [stderr]     Checking anstream v0.6.13
[INFO] [stderr]     Checking env_filter v0.1.0
[INFO] [stderr]     Checking http-range-header v0.3.1
[INFO] [stderr]     Checking env_logger v0.11.3
[INFO] [stderr]     Checking tera v1.19.1
[INFO] [stderr]     Checking tower-http v0.4.4
[INFO] [stderr]     Checking listenfd v1.0.1
[INFO] [stderr]     Checking toml_edit v0.22.16
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking toml v0.8.15
[INFO] [stderr]     Checking reqwest-middleware v0.2.5
[INFO] [stderr]     Checking http-signature-normalization-reqwest v0.10.0
[INFO] [stderr]     Checking rust-embed v8.3.0
[INFO] [stderr]     Checking activitypub_federation v0.5.4
[INFO] [stderr]     Checking axum-extra v0.7.7
[INFO] [stderr]     Checking diesel-async v0.4.1
[INFO] [stderr]     Checking diesel_async_migrations v0.11.0 (https://github.com/niroco/diesel_async_migrations#6e477766)
[INFO] [stderr]     Checking web v0.1.0 (/opt/rustwide/workdir/crates/web)
[INFO] [stderr]    Migrating crates/web/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking db v0.1.0 (/opt/rustwide/workdir/crates/db)
[INFO] [stderr]    Migrating crates/db/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/db/src/pagination.rs (2 fixes)
[INFO] [stderr]        Fixed crates/db/src/models/redirect_code.rs (2 fixes)
[INFO] [stderr]     Checking ap v0.1.0 (/opt/rustwide/workdir/crates/ap)
[INFO] [stderr]    Migrating crates/ap/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/ap/src/objects/user.rs:177:18
[INFO] [stdout]     |
[INFO] [stdout]  69 | #[async_trait::async_trait]
[INFO] [stdout]     |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 135 |         let mut conn = data.db_pool.get().await?;
[INFO] [stdout]     |             --------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `conn` calls a custom destructor
[INFO] [stdout]     |             `conn` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 177 |                 .await?,
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                  up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `conn` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/deadpool-0.9.5/src/managed/mod.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<M: Manager> Drop for Object<M> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking api v0.1.0 (/opt/rustwide/workdir/crates/api)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/ap/src/objects/user.rs:177:18
[INFO] [stdout]     |
[INFO] [stdout]  69 | #[async_trait::async_trait]
[INFO] [stdout]     |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 135 |         let mut conn = data.db_pool.get().await?;
[INFO] [stdout]     |             --------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `conn` calls a custom destructor
[INFO] [stdout]     |             `conn` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 177 |                 .await?,
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                  up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `conn` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/deadpool-0.9.5/src/managed/mod.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<M: Manager> Drop for Object<M> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/api/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/api/src/auth_middleware.rs:51:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |     let session = if let Some(TypedHeader(auth)) = auth {
[INFO] [stdout]     |         -------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `session` calls a custom destructor
[INFO] [stdout]     |         `session` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  51 |     Ok(next.run(request).await)
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  52 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `session` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/api/src/common/users.rs:84:14
[INFO] [stdout]     |
[INFO] [stdout]  33 |     let mut conn = state.db_pool.get().await?;
[INFO] [stdout]     |         --------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `conn` calls a custom destructor
[INFO] [stdout]     |         `conn` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  84 |             .await?,
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |              up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  85 |     ))
[INFO] [stdout]  86 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `conn` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/deadpool-0.9.5/src/managed/mod.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<M: Manager> Drop for Object<M> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/api/src/routers/timelines/streaming.rs:184:39
[INFO] [stdout]     |
[INFO] [stdout] 184 |           while let Some(Ok(message)) = split_stream.next().await {
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                         |                   |
[INFO] [stdout]     |                                         |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                         |                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 192 |                                   let mut socket_categories =
[INFO] [stdout]     |                                       ---------------------
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       `socket_categories` calls a custom destructor
[INFO] [stdout]     |                                       `socket_categories` will be dropped later as of Edition 2024
[INFO] [stdout] 193 |                                       receive_task_socket_categories.lock().await;
[INFO] [stdout]     |                                       -------------------------------------------
[INFO] [stdout]     |                                       |                                     |
[INFO] [stdout]     |                                       |                                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                       |                                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 200 |                               } else if receive_task_sender
[INFO] [stdout]     |  _______________________________________-
[INFO] [stdout] 201 | |                                 .send(Message::Text(
[INFO] [stdout] 202 | |                                     serde_json::to_string(&ApiError::new_without_status_code(
[INFO] [stdout] 203 | |                                         "Unknown stream type",
[INFO] [stdout] ...   |
[INFO] [stdout] 206 | |                                 ))
[INFO] [stdout] 207 | |                                 .await
[INFO] [stdout]     | |                                      -
[INFO] [stdout]     | |                                      |
[INFO] [stdout]     | |______________________________________this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 218 |           }
[INFO] [stdout]     |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `socket_categories` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rpc v0.1.0 (/opt/rustwide/workdir/crates/rpc)
[INFO] [stderr]    Migrating crates/rpc/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/api/src/auth_middleware.rs:51:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |     let session = if let Some(TypedHeader(auth)) = auth {
[INFO] [stdout]     |         -------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `session` calls a custom destructor
[INFO] [stdout]     |         `session` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  51 |     Ok(next.run(request).await)
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  52 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `session` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/api/src/common/users.rs:84:14
[INFO] [stdout]     |
[INFO] [stdout]  33 |     let mut conn = state.db_pool.get().await?;
[INFO] [stdout]     |         --------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `conn` calls a custom destructor
[INFO] [stdout]     |         `conn` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  84 |             .await?,
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |              up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  85 |     ))
[INFO] [stdout]  86 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `conn` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/deadpool-0.9.5/src/managed/mod.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<M: Manager> Drop for Object<M> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/api/src/routers/timelines/streaming.rs:184:39
[INFO] [stdout]     |
[INFO] [stdout] 184 |           while let Some(Ok(message)) = split_stream.next().await {
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                         |                   |
[INFO] [stdout]     |                                         |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                         |                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 192 |                                   let mut socket_categories =
[INFO] [stdout]     |                                       ---------------------
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       `socket_categories` calls a custom destructor
[INFO] [stdout]     |                                       `socket_categories` will be dropped later as of Edition 2024
[INFO] [stdout] 193 |                                       receive_task_socket_categories.lock().await;
[INFO] [stdout]     |                                       -------------------------------------------
[INFO] [stdout]     |                                       |                                     |
[INFO] [stdout]     |                                       |                                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                       |                                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 200 |                               } else if receive_task_sender
[INFO] [stdout]     |  _______________________________________-
[INFO] [stdout] 201 | |                                 .send(Message::Text(
[INFO] [stdout] 202 | |                                     serde_json::to_string(&ApiError::new_without_status_code(
[INFO] [stdout] 203 | |                                         "Unknown stream type",
[INFO] [stdout] ...   |
[INFO] [stdout] 206 | |                                 ))
[INFO] [stdout] 207 | |                                 .await
[INFO] [stdout]     | |                                      -
[INFO] [stdout]     | |                                      |
[INFO] [stdout]     | |______________________________________this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 218 |           }
[INFO] [stdout]     |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `socket_categories` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/rpc/src/lib.rs:45:86
[INFO] [stdout]    |
[INFO] [stdout] 23 |         stream.readable().await?;
[INFO] [stdout]    |         -----------------------
[INFO] [stdout]    |         |
[INFO] [stdout]    |         `__awaitee` calls a custom destructor
[INFO] [stdout]    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 45 |                     RpcCommandResponse::UserFetch(RpcUserFetch::call(request, &data).await)
[INFO] [stdout]    |                                                   -----------------------------------^^^^^
[INFO] [stdout]    |                                                   |                                  |
[INFO] [stdout]    |                                                   |                                  this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]    |                                                   |                                  up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 46 |                 },
[INFO] [stdout]    |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 47 |                 RpcCommandData::RegisterUser(request) => {
[INFO] [stdout] 48 |                     RpcCommandResponse::RegisterUser(RpcRegisterUser::call(request, &data).await)
[INFO] [stdout]    |                                                      -------------------------------------------
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                                                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 54 |                 stream.writable().await?;
[INFO] [stdout]    |                 -----------------------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]    |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/rpc/src/lib.rs:48:92
[INFO] [stdout]    |
[INFO] [stdout] 23 |         stream.readable().await?;
[INFO] [stdout]    |         -----------------------
[INFO] [stdout]    |         |
[INFO] [stdout]    |         `__awaitee` calls a custom destructor
[INFO] [stdout]    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 45 |                     RpcCommandResponse::UserFetch(RpcUserFetch::call(request, &data).await)
[INFO] [stdout]    |                                                   ----------------------------------------
[INFO] [stdout]    |                                                   |
[INFO] [stdout]    |                                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 48 |                     RpcCommandResponse::RegisterUser(RpcRegisterUser::call(request, &data).await)
[INFO] [stdout]    |                                                      --------------------------------------^^^^^
[INFO] [stdout]    |                                                      |                                     |
[INFO] [stdout]    |                                                      |                                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]    |                                                      |                                     up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                                                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 49 |                 },
[INFO] [stdout]    |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 54 |                 stream.writable().await?;
[INFO] [stdout]    |                 -----------------------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]    |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/rpc/src/lib.rs:83:38
[INFO] [stdout]     |
[INFO] [stdout]  83 |         if let Ok((stream, _addr)) = listener.accept().await {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                      |                 |
[INFO] [stdout]     |                                      |                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                      |                 up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                      |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                      |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                      up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  84 |             tokio::spawn(process(stream, Arc::clone(&data)));
[INFO] [stdout]     |             ------------------------------------------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |             `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  85 |         }
[INFO] [stdout]  86 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/io/poll_evented.rs:298:1
[INFO] [stdout]     |
[INFO] [stdout] 298 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/io/poll_evented.rs:298:1
[INFO] [stdout]     |
[INFO] [stdout] 298 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/task/join.rs:351:1
[INFO] [stdout]     |
[INFO] [stdout] 351 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/rpc/src/lib.rs:45:86
[INFO] [stdout]    |
[INFO] [stdout] 23 |         stream.readable().await?;
[INFO] [stdout]    |         -----------------------
[INFO] [stdout]    |         |
[INFO] [stdout]    |         `__awaitee` calls a custom destructor
[INFO] [stdout]    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 45 |                     RpcCommandResponse::UserFetch(RpcUserFetch::call(request, &data).await)
[INFO] [stdout]    |                                                   -----------------------------------^^^^^
[INFO] [stdout]    |                                                   |                                  |
[INFO] [stdout]    |                                                   |                                  this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]    |                                                   |                                  up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 46 |                 },
[INFO] [stdout]    |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 47 |                 RpcCommandData::RegisterUser(request) => {
[INFO] [stdout] 48 |                     RpcCommandResponse::RegisterUser(RpcRegisterUser::call(request, &data).await)
[INFO] [stdout]    |                                                      -------------------------------------------
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                                                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 54 |                 stream.writable().await?;
[INFO] [stdout]    |                 -----------------------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]    |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cryap v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/rpc/src/lib.rs:48:92
[INFO] [stdout]    |
[INFO] [stdout] 23 |         stream.readable().await?;
[INFO] [stdout]    |         -----------------------
[INFO] [stdout]    |         |
[INFO] [stdout]    |         `__awaitee` calls a custom destructor
[INFO] [stdout]    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 45 |                     RpcCommandResponse::UserFetch(RpcUserFetch::call(request, &data).await)
[INFO] [stdout]    |                                                   ----------------------------------------
[INFO] [stdout]    |                                                   |
[INFO] [stdout]    |                                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 48 |                     RpcCommandResponse::RegisterUser(RpcRegisterUser::call(request, &data).await)
[INFO] [stdout]    |                                                      --------------------------------------^^^^^
[INFO] [stdout]    |                                                      |                                     |
[INFO] [stdout]    |                                                      |                                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]    |                                                      |                                     up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                                                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 49 |                 },
[INFO] [stdout]    |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 54 |                 stream.writable().await?;
[INFO] [stdout]    |                 -----------------------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]    |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/rpc/src/lib.rs:83:38
[INFO] [stdout]     |
[INFO] [stdout]  83 |         if let Ok((stream, _addr)) = listener.accept().await {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                      |                 |
[INFO] [stdout]     |                                      |                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                      |                 up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                      |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                      |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                      up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  84 |             tokio::spawn(process(stream, Arc::clone(&data)));
[INFO] [stdout]     |             ------------------------------------------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |             `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  85 |         }
[INFO] [stdout]  86 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/io/poll_evented.rs:298:1
[INFO] [stdout]     |
[INFO] [stdout] 298 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/io/poll_evented.rs:298:1
[INFO] [stdout]     |
[INFO] [stdout] 298 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/task/join.rs:351:1
[INFO] [stdout]     |
[INFO] [stdout] 351 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 51s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.25.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check: ap v0.1.0 (/opt/rustwide/workdir/crates/ap) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: db v0.1.0 (/opt/rustwide/workdir/crates/db) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: web v0.1.0 (/opt/rustwide/workdir/crates/web) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: api v0.1.0 (/opt/rustwide/workdir/crates/api) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: rpc v0.1.0 (/opt/rustwide/workdir/crates/rpc) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: cryap v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking db v0.1.0 (/opt/rustwide/workdir/crates/db)
[INFO] [stderr]     Checking web v0.1.0 (/opt/rustwide/workdir/crates/web)
[INFO] [stdout] warning: unused import: `post_boost`
[INFO] [stdout]   --> crates/db/src/models/user.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |         bookmarks, post_boost, post_like, posts, user_follow_requests, user_followers, users,
[INFO] [stdout]    |                    ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `post_boost`
[INFO] [stdout]   --> crates/db/src/models/user.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |         bookmarks, post_boost, post_like, posts, user_follow_requests, user_followers, users,
[INFO] [stdout]    |                    ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/db/src/types.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(DieselNewType, Debug, Hash, PartialEq, Eq, Clone)]
[INFO] [stdout]   |          ^------------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `ToSql` is not local
[INFO] [stdout]   |          move the `impl` block outside of this constant `_IMPL_DIESEL_NEW_TYPE_FOR_DBID`
[INFO] [stdout] 8 | pub struct DbId(String);
[INFO] [stdout]   |            ---- `DbId` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `DieselNewType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `DieselNewType` may come from an old version of the `diesel_derive_newtype` crate, try updating your dependency with `cargo update -p diesel_derive_newtype`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `DieselNewType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/db/src/types.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(DieselNewType, Debug, Hash, PartialEq, Eq, Clone)]
[INFO] [stdout]   |          ^------------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `AsExpression` is not local
[INFO] [stdout]   |          move the `impl` block outside of this constant `_IMPL_DIESEL_NEW_TYPE_FOR_DBID`
[INFO] [stdout] 8 | pub struct DbId(String);
[INFO] [stdout]   |            ---- `DbId` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `DieselNewType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `DieselNewType` may come from an old version of the `diesel_derive_newtype` crate, try updating your dependency with `cargo update -p diesel_derive_newtype`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `DieselNewType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/db/src/types.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(DieselNewType, Debug, Hash, PartialEq, Eq, Clone)]
[INFO] [stdout]   |          -^^^^^^^^^^^^
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `AsExpression` is not local
[INFO] [stdout]   |          move the `impl` block outside of this constant `_IMPL_DIESEL_NEW_TYPE_FOR_DBID`
[INFO] [stdout] 8 | pub struct DbId(String);
[INFO] [stdout]   |            ---- `DbId` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `DieselNewType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `DieselNewType` may come from an old version of the `diesel_derive_newtype` crate, try updating your dependency with `cargo update -p diesel_derive_newtype`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `DieselNewType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/db/src/types.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(DieselNewType, Debug, Hash, PartialEq, Eq, Clone)]
[INFO] [stdout]   |          ^------------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `FromSql` is not local
[INFO] [stdout]   |          move the `impl` block outside of this constant `_IMPL_DIESEL_NEW_TYPE_FOR_DBID`
[INFO] [stdout] 8 | pub struct DbId(String);
[INFO] [stdout]   |            ---- `DbId` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `DieselNewType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `DieselNewType` may come from an old version of the `diesel_derive_newtype` crate, try updating your dependency with `cargo update -p diesel_derive_newtype`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `DieselNewType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/db/src/types.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(DieselNewType, Debug, Hash, PartialEq, Eq, Clone)]
[INFO] [stdout]   |          ^------------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `Queryable` is not local
[INFO] [stdout]   |          move the `impl` block outside of this constant `_IMPL_DIESEL_NEW_TYPE_FOR_DBID`
[INFO] [stdout] 8 | pub struct DbId(String);
[INFO] [stdout]   |            ---- `DbId` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `DieselNewType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `DieselNewType` may come from an old version of the `diesel_derive_newtype` crate, try updating your dependency with `cargo update -p diesel_derive_newtype`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `DieselNewType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/db/src/types.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(DieselNewType, Debug, Hash, PartialEq, Eq, Clone)]
[INFO] [stdout]   |          ^------------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `QueryId` is not local
[INFO] [stdout]   |          move the `impl` block outside of this constant `_IMPL_DIESEL_NEW_TYPE_FOR_DBID`
[INFO] [stdout] 8 | pub struct DbId(String);
[INFO] [stdout]   |            ---- `DbId` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `DieselNewType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `DieselNewType` may come from an old version of the `diesel_derive_newtype` crate, try updating your dependency with `cargo update -p diesel_derive_newtype`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `DieselNewType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/db/src/types.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(DieselNewType, Debug, Hash, PartialEq, Eq, Clone)]
[INFO] [stdout]   |          ^------------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `ToSql` is not local
[INFO] [stdout]   |          move the `impl` block outside of this constant `_IMPL_DIESEL_NEW_TYPE_FOR_DBID`
[INFO] [stdout] 8 | pub struct DbId(String);
[INFO] [stdout]   |            ---- `DbId` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `DieselNewType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `DieselNewType` may come from an old version of the `diesel_derive_newtype` crate, try updating your dependency with `cargo update -p diesel_derive_newtype`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `DieselNewType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/db/src/types.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(DieselNewType, Debug, Hash, PartialEq, Eq, Clone)]
[INFO] [stdout]   |          ^------------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `AsExpression` is not local
[INFO] [stdout]   |          move the `impl` block outside of this constant `_IMPL_DIESEL_NEW_TYPE_FOR_DBID`
[INFO] [stdout] 8 | pub struct DbId(String);
[INFO] [stdout]   |            ---- `DbId` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `DieselNewType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `DieselNewType` may come from an old version of the `diesel_derive_newtype` crate, try updating your dependency with `cargo update -p diesel_derive_newtype`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `DieselNewType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/db/src/types.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(DieselNewType, Debug, Hash, PartialEq, Eq, Clone)]
[INFO] [stdout]   |          -^^^^^^^^^^^^
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `AsExpression` is not local
[INFO] [stdout]   |          move the `impl` block outside of this constant `_IMPL_DIESEL_NEW_TYPE_FOR_DBID`
[INFO] [stdout] 8 | pub struct DbId(String);
[INFO] [stdout]   |            ---- `DbId` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `DieselNewType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `DieselNewType` may come from an old version of the `diesel_derive_newtype` crate, try updating your dependency with `cargo update -p diesel_derive_newtype`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `DieselNewType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/db/src/types.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(DieselNewType, Debug, Hash, PartialEq, Eq, Clone)]
[INFO] [stdout]   |          ^------------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `FromSql` is not local
[INFO] [stdout]   |          move the `impl` block outside of this constant `_IMPL_DIESEL_NEW_TYPE_FOR_DBID`
[INFO] [stdout] 8 | pub struct DbId(String);
[INFO] [stdout]   |            ---- `DbId` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `DieselNewType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `DieselNewType` may come from an old version of the `diesel_derive_newtype` crate, try updating your dependency with `cargo update -p diesel_derive_newtype`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `DieselNewType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/db/src/types.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(DieselNewType, Debug, Hash, PartialEq, Eq, Clone)]
[INFO] [stdout]   |          ^------------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `Queryable` is not local
[INFO] [stdout]   |          move the `impl` block outside of this constant `_IMPL_DIESEL_NEW_TYPE_FOR_DBID`
[INFO] [stdout] 8 | pub struct DbId(String);
[INFO] [stdout]   |            ---- `DbId` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `DieselNewType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `DieselNewType` may come from an old version of the `diesel_derive_newtype` crate, try updating your dependency with `cargo update -p diesel_derive_newtype`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `DieselNewType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/db/src/types.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(DieselNewType, Debug, Hash, PartialEq, Eq, Clone)]
[INFO] [stdout]   |          ^------------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `QueryId` is not local
[INFO] [stdout]   |          move the `impl` block outside of this constant `_IMPL_DIESEL_NEW_TYPE_FOR_DBID`
[INFO] [stdout] 8 | pub struct DbId(String);
[INFO] [stdout]   |            ---- `DbId` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `DieselNewType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `DieselNewType` may come from an old version of the `diesel_derive_newtype` crate, try updating your dependency with `cargo update -p diesel_derive_newtype`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `DieselNewType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking ap v0.1.0 (/opt/rustwide/workdir/crates/ap)
[INFO] [stderr]     Checking api v0.1.0 (/opt/rustwide/workdir/crates/api)
[INFO] [stderr]     Checking rpc v0.1.0 (/opt/rustwide/workdir/crates/rpc)
[INFO] [stderr]     Checking cryap v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 33s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.25.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "6590b517059a60f874bbd884d8abec5501c0645db542d8d162c158ab3137785f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6590b517059a60f874bbd884d8abec5501c0645db542d8d162c158ab3137785f", kill_on_drop: false }`
[INFO] [stdout] 6590b517059a60f874bbd884d8abec5501c0645db542d8d162c158ab3137785f
